Advertisement
Guest User

Untitled

a guest
Aug 6th, 2017
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. File "C:\Users\DerName\AppData\Local\Programs\Python\Python36\Scripts\pyinstaller-script.py", line 11, in <module>
  2. load_entry_point('PyInstaller==3.2.1', 'console_scripts', 'pyinstaller')()
  3. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\__main__.py", line 90, in run
  4. run_build(pyi_config, spec_file, **vars(args))
  5. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\__main__.py", line 46, in run_build
  6. PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
  7. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\building\build_main.py", line 788, in main
  8. build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
  9. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\building\build_main.py", line 734, in build
  10. exec(text, spec_namespace)
  11. File "<string>", line 16, in <module>
  12. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\building\build_main.py", line 212, in __init__
  13. self.__postinit__()
  14. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\building\datastruct.py", line 161, in __postinit__
  15. self.assemble()
  16. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\building\build_main.py", line 317, in assemble
  17. excludes=self.excludes, user_hook_dirs=self.hookspath)
  18. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\depend\analysis.py", line 560, in initialize_modgraph
  19. graph.import_hook(m)
  20. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1509, in import_hook
  21. source_package, target_module_partname, level)
  22. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 1661, in _find_head_package
  23. target_module_headname, target_package_name, source_package)
  24. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\depend\analysis.py", line 209, in _safe_import_module
  25. module_basename, module_name, parent_package)
  26. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2077, in _safe_import_module
  27. module_name, file_handle, pathname, metadata)
  28. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2167, in _load_module
  29. self._scan_code(m, co, co_ast)
  30. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2585, in _scan_code
  31. module, module_code_object, is_scanning_imports=False)
  32. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2831, in _scan_bytecode
  33. global_attr_name = get_operation_arg_name()
  34. File "c:\users\dername\appdata\local\programs\python\python36\lib\site-packages\PyInstaller\lib\modulegraph\modulegraph.py", line 2731, in get_operation_arg_name
  35. return module_code_object.co_names[co_names_index]
  36. IndexError: tuple index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement